﻿.header-top-bar .link-header {
	margin: 0;
}

#header .header-top-bar {
	height: auto;
	line-height: normal;
	padding-top: 15px;
	padding-bottom: 15px;
}

header .header-top-bar .titleHeaderTop {
	display: block;
	color: #fff;
	font-weight: bold;
	font-family: 'Frutiger', sans-serif;
	margin-bottom: 10px;
}

header .header-top-bar .attHeaderTop {
	display: block;
	color: #fff;
	font-size: 12px;
	font-family: 'Frutiger', sans-serif;
	margin-top: 10px;
}

#header-top-bar-menu .divisoria span {
	display: inline-block;
	height: 100%;
	width: 3px;
	padding: 7px 16px;
	height: 36px;
	font-size: 15px;
	color: #919bad;
	line-height: 2.5em;
	margin: 0 4px 0 0;

}

#header .megamenu li.divisoria:hover:after,
#header .megamenu li.divisoria.is-active:after {
	background: transparent;
	color: #919bad;
}

#tempoEsperaCont {
	display: block;
}

#tempoEsperaCont .tempoEsperaItem,
#tempoEsperaContMob .tempoEsperaItem {
	display: inline-block;
	width: 23%;
	text-align: center;
	border-radius: 10px;
	background-color: #5ABBB7 !important;
}

/* #tempoEsperaCont .tempoEsperaItem:nth-child(1),
#tempoEsperaContMob .tempoEsperaItem:nth-child(1){
	border:2px solid #0098E0;
	background-color:#0098E0;
}
#tempoEsperaCont .tempoEsperaItem:nth-child(2),
#tempoEsperaContMob .tempoEsperaItem:nth-child(2){
	border:2px solid #7ABC41;
	background-color:#7ABC41;
}
#tempoEsperaCont .tempoEsperaItem:nth-child(3),
#tempoEsperaContMob .tempoEsperaItem:nth-child(3){
	border:2px solid #DE4044;
	background-color:#DE4044;
}

#tempoEsperaCont .tempoEsperaItem:nth-child(4),
#tempoEsperaContMob .tempoEsperaItem:nth-child(4){
	border:2px solid #D8ac00;
	background-color:#D8ac00;
} */


#tempoEsperaCont .tempoEsperaItem .tipoEspera,
#tempoEsperaContMob .tempoEsperaItem .tipoEspera {
	display: block;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-family: 'Frutiger', sans-serif;
	padding: 2px;
}

.horaEsperaPrimeiro {
	display: block;
	color: #fff;
	text-align: center;
	font-size: 14px;
	background-color: #014751;
	font-family: 'Frutiger', sans-serif;
	padding: 5px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;

}


#tempoEsperaCont .tempoEsperaItem .horaEspera,
#tempoEsperaContMob .tempoEsperaItem .horaEspera {
	display: block;
	color: #fff;
	text-align: center;
	font-size: 14px;
	background-color: #014751;
	font-family: 'Frutiger', sans-serif;
	padding: 5px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#header .sf-menu-first {
	padding: 30px 0;
	display: block;
	width: 100%;
}

#banner .lb-images .btnSlickBanner {
	z-index: 1;
}

#cttTel {
	display: block;
	position: absolute;
	left: 30px;
	top: 0px;
	color: #fff;
	font-weight: bold;
	font-family: 'Frutiger', sans-serif;
	margin-bottom: 10px;
}

#cttTel2 {
	display: block;
	position: absolute;
	left: 30px;
	top: 0px;
	color: #fff;
	font-weight: bold;
	font-family: 'Frutiger', sans-serif;
	margin-bottom: 10px;
	font-size: 13px;
}

#cttTel3 {
	margin-top: 5px;
}

#tempoEsperaContMob {
	display: none;
	width: 100%;
	background-color: #014751;
	text-align: center;
	padding: 15px 0;
}

#tempoEsperaContMob .attHeaderTop {
	display: block;
	width: 100%;
	margin-top: 10px;
	color: #fff;
	font-size: 14px;
	font-family: 'Frutiger', sans-serif;
}

#tempoEsperaContMob .attHeaderTop b {
	display: block;
}

@media (max-width: 1260px) {
	#tempoEsperaContMob {
		display: flex !important;
		flex-direction: column;
		align-items: center;
		gap: 15px;
	}

	#tempoEsperaContMob h4 {
		margin: 0;
		font-size: 13px;
		color: white;
		font-weight: 400;
		font-family: 'Frutiger';
	}

	#tempoEsperaContMob .tempoEsperaItem {
		width: 90%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 2px 6px;
		font-family: 'Frutiger';
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		padding: 4px 6px;
		position: relative;
		border: none !important;
	}

	#tempoEsperaContMob .tempoEsperaItem::before {
		content: '';
		display: block;
		position: absolute;
		width: calc(100% - 1px);
		height: 3px;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
		bottom: 100%;
		left: 50%;
		transform: translateX(-50%);
		background-color: #02907E;
	}

	#tempoEsperaContMob .tempoEsperaItem .horaEsperaPrimeiro {
		background-color: #009681;
		border-radius: 8px;
		padding: 2px 8px;
		color: white;
		font-size: 14px;
	}

	#tempoEsperaContMob .attHeaderTop {
		width: 90%;
		margin: auto;
		font-size: 12px;
		font-weight: 400;
		color: white;
		font-family: 'Frutiger';
	}
}

@media (max-width: 450px) {
	.btnSlickBanner {
		display: none;
	}
}